Class LowLatencyQueueImpl

All Implemented Interfaces:
IPCObject, LowLatencyQueue, QueueProcess

public class LowLatencyQueueImpl extends QueueProcessImpl implements LowLatencyQueue
Information provided by the PKI file:

    \class CLowLatencyQueue
    
    \brief CLowLatencyQueue handles and manipulates policy maps.
    
    \example network().getDevice("Router0").getCbwfqManager().getCbwfqAt(0)
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • getQueueCount

      public int getQueueCount()
      Information provided by the PKI file:
      
          \brief Returns the number of entries in the queue.
          
          \return int, value is the number of entries in the queue.
          
              
      Specified by:
      getQueueCount in interface LowLatencyQueue
      Returns:
      int Returns a int
    • getQueueAt

      public Queue getQueueAt(int i)
      Information provided by the PKI file:
      
          \brief Returns the queue entery at the given index.
          
          \return Queue, value is the queue entry at the given index.  Range(0, getQueueCount()-1).
          
              
      Specified by:
      getQueueAt in interface LowLatencyQueue
      Parameters:
      i - Takes in a parameter of i
      Returns:
      Queue Returns a Queue